home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dictionaries & Language
/
Dictionaries and Language (Chestnut CD-ROM) (1993).iso
/
japanese
/
kdp32_1
/
example.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1992-03-18
|
319 b
|
15 lines
@echo off
kdtest
if ERRORLEVEL 1 goto present
:notpresent
rem put commands here to be used if KDPLUS not active
rem the following is just an example
echo KDPLUS not present
goto end
:present
rem put commands here to be used if KDPLUS active
rem the following is just an example
echo KDPLUS present
:end